Spread Silverlight Documentation
NotifyCollection<T> Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by NotifyCollection<T>.

Public Constructors
 NameDescription
Public ConstructorNotifyCollection<T> ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Protected FielditemsThe items. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Top
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the collection. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public PropertyIsReadOnlyGets a value that indicates whether the collection is read-only. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public PropertyItemGets or sets the item at the specified index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Top
Protected Properties
 NameDescription
Protected PropertyItemsGets the items of the collection. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Top
Public Methods
 NameDescription
Public MethodAddAdds the specified item. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodAddRangeAdds the items in the specified collection to the end of the collection. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodClearRemoves all items from this collection. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodContainsDetermines whether the collection contains a specified item. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodCopyToCopies all the items in the current collection to the specified array starting at the specified destination index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodIndexOfFinds the index for a specified item. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodInsertInserts an item at a specified index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodRemoveRemoves the specified item from the collection. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodRemoveAtRemoves the item at the specified index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodResumeEventResumes the collection Changed event. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodSuspendEventSuspends the collection Changed event. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public MethodToArrayConverts the collection to an array. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Top
Protected Methods
 NameDescription
Protected MethodClearInternalClears the internal. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Protected MethodRaisePropertyChangedRaises the PropertyChanged event. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Top
Public Events
 NameDescription
Public EventCollectionChangedOccurs when the items list of the collection has changed or the collection is reset. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Public EventPropertyChangedOccurs when a property value changes. (Inherited from GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>)
Top
See Also

Reference

NotifyCollection<T> Class
GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.